翻訳と辞書
Words near each other
・ "O" Is for Outlaw
・ "O"-Jung.Ban.Hap.
・ "Ode-to-Napoleon" hexachord
・ "Oh Yeah!" Live
・ "Our Contemporary" regional art exhibition (Leningrad, 1975)
・ "P" Is for Peril
・ "Pimpernel" Smith
・ "Polish death camp" controversy
・ "Pro knigi" ("About books")
・ "Prosopa" Greek Television Awards
・ "Pussy Cats" Starring the Walkmen
・ "Q" Is for Quarry
・ "R" Is for Ricochet
・ "R" The King (2016 film)
・ "Rags" Ragland
・ ! (album)
・ ! (disambiguation)
・ !!
・ !!!
・ !!! (album)
・ !!Destroy-Oh-Boy!!
・ !Action Pact!
・ !Arriba! La Pachanga
・ !Hero
・ !Hero (album)
・ !Kung language
・ !Oka Tokat
・ !PAUS3
・ !T.O.O.H.!
・ !Women Art Revolution


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

primitive recursive function : ウィキペディア英語版
primitive recursive function
In computability theory, primitive recursive functions are a class of functions that are defined using primitive recursion and composition as central operations and are a strict subset of the total µ-recursive functions (µ-recursive functions are also called partial recursive). Primitive recursive functions form an important building block on the way to a full formalization of computability. These functions are also important in proof theory.
Most of the functions normally studied in number theory are primitive recursive. For example: addition, division, factorial, exponential and the ''n''th prime are all primitive recursive. So are many approximations to real-valued functions.〔Brainerd and Landweber, 1974〕 In fact, it is difficult to devise a total recursive function that is ''not'' primitive recursive, although some are known (see the section on Limitations below).
The set of primitive recursive functions is known as PR in computational complexity theory.
== Definition ==
The primitive recursive functions are among the number-theoretic functions, which are functions from the natural numbers (nonnegative integers) to the natural numbers. These functions take ''n'' arguments for some natural number ''n'' and are called ''n''-ary.
The basic primitive recursive functions are given by these axioms:
#Constant function: The 0-ary constant function 0 is primitive recursive.
#Successor function: The 1-ary successor function ''S'', which returns the successor of its argument (see Peano postulates), is primitive recursive. That is, ''S''(''k'') = ''k'' + 1.
#Projection function: For every ''n''≥1 and each ''i'' with 1≤''i''≤''n'', the ''n''-ary projection function ''P''''i''''n'', which returns its ''i''-th argument, is primitive recursive.
More complex primitive recursive functions can be obtained by applying the operations given by these axioms:
#Composition: Given ''f'', a ''k''-ary primitive recursive function, and ''k'' ''m''-ary primitive recursive functions ''g''1,...,''g''''k'', the composition of ''f'' with ''g''1,...,''g''''k'', i.e. the ''m''-ary function h(x_1,\ldots,x_m) = f(g_1(x_1,\ldots,x_m),\ldots,g_k(x_1,\ldots,x_m)) \, is primitive recursive.
#Primitive recursion: Given ''f'', a ''k''-ary primitive recursive function, and ''g'', a (''k''+2)-ary primitive recursive function, the (''k''+1)-ary function ''h'' is defined as the primitive recursion of ''f'' and ''g'', i.e. the function ''h'' is primitive recursive when
#:h (0, x_1, \ldots, x_k) = f (x_1, \ldots, x_k) \, and
#:h (S(y), x_1, \ldots, x_k) = g (y, h (y, x_1, \ldots, x_k), x_1, \ldots, x_k) \,.
The primitive recursive functions are the basic functions and those obtained from the basic functions by applying these operations a finite number of times.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「primitive recursive function」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.